|
|
|
|
InsertBefore Method, ItemClass Class |
Inserts a new item as the previous sibling of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Function InsertBefore() As ItemClass |
C# |
public ItemClass InsertBefore(); |
C++ |
public: ItemClass^ InsertBefore(); |
Return Value
The new item.
Comments
The InsertBefore method inserts a new item as the previous sibling of this item.